'宣言 Public Class C1SortCollectionView(Of T As Class) Inherits C1WrapCollectionView(Of T) Implements ICollectionView(Of T), ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting
public class C1SortCollectionView<T> : C1WrapCollectionView<T>, ICollectionView<T>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting where T: class